@charset "utf-8";
.banner-swiper {
    width: 100%;
    --swiper-pagination-color: #b61a86;
    margin-top: 55px;
}
.banner-swiper .banner-slide img {
	width: 100%;
}

.index-product-category-wrapper {
    padding: 0 3%;
    height: 100px;
    background-color: #f5f5f5;
}

.index-profile {
    margin: 0 auto;
    text-align: center;
}
.index-profile .profile-con {
    line-height: 2.4;
    font-size: 15px;
    color: #666;
    text-align: left;
}
.index-profile a.more {
    display: inline-block;
    color: #999;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 20px auto 0;
    padding: 8px 40px;
    border-radius: 5px;
}
.index-profile a.more:hover {
    background: #b61a86;
    color: #fff;
    border-color: #b61a86;
}

.index-new-product .new-product-list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.index-new-product .new-product-item {
    position: relative;
    border-radius: 5px;
    display: inline-block;
}
.index-new-product .new-product-item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: opacity 0.5s;
    opacity: 0;
}
.index-new-product .new-product-item .con {
    position: absolute;
    left: 11px;
    right: 11px;
    top: 11px;
    bottom: 11px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    transition: opacity 0.5s;
    opacity: 0;
}
.index-new-product .new-product-item .con .name {
    font-size: 24px;
    line-height: 1;
}
.index-new-product .new-product-item .con .en-name {
    font-size: 18px;
    line-height: 1;
    margin-top: 15px;
}
.index-new-product .new-product-item .con .more {
    font-size: 14px;
    margin-top: 10px;
}
.index-new-product .l {
    width: 100%;
}
.index-new-product .r {
    width: 100%;
}
.index-new-product .l .new-product-item img {
    width: 100%;
}
.index-new-product .r .new-product-item {
    margin-top: 15px;
}
.index-new-product a.new-product-item:hover .mask {
    opacity: 1;
}
.index-new-product a.new-product-item:hover .con {
    opacity: 1;
}

.index-product .more-btn {
    text-align: center;
}
.index-product a.more {
    display: inline-block;
    color: #999;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 30px auto 0;
    padding: 8px 40px;
    border-radius: 5px;
}
.index-product a.more:hover {
    background: #b61a86;
    color: #fff;
    border-color: #b61a86;
}
.index-product .navigation a {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.index-product .navigation a+a {
    margin-left: 20px;
}
.index-product .navigation a:hover {
    border: 1px solid #b61a86;
    background-color: #b61a86;
}
.index-product .navigation i {
    display: inline-block;
    width: 7px;
    height: 14px;
}
.index-product .navigation i.prev {
    background-position: -27px 0;
}
.index-product .navigation i.next {
    background-position: -36px 0;
}
.index-product .navigation a:hover i.prev {
    background-position: -27px -15px;
}
.index-product .navigation a:hover i.next {
    background-position: -36px -15px;
}
.index-product-list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.index-product-list .product-slide .img {
    width: 100%;
    background-color: #f5f5f5;
    transition: all 1s;
}
.index-product-list .product-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: .5s ease-in-out;
}
.index-product-list a.product-slide:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.index-product-list .product-slide .text {
    text-align: center;
}
.index-product-list .product-slide .text .en-name {
    font-size: 16px;
    color: #666;
    margin: 10px auto 5px;
}
.index-product-list .product-slide .text .name {
    font-size: 14px;
    color: #999;
}
.index-product-list a.product-slide:hover .img {
    background: transparent;
}
.index-product-list a.product-slide:hover .text .en-name {
    color: #b61a86;
}

.index-join {
    width: 100%;
    position: relative;
    height: 416px;
}
.index-join img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-join .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.index-join .text .t1 {
    color: #a7a7a7;
    font-size: 12px;
}
.index-join .text .t2 {
    font-size: 26px;
    line-height: 1;
    margin: 15px 0 15px;
    font-weight: bold;
    letter-spacing: 3px;
}
.index-join .text .t3 {
    font-size: 15px;
}
.index-join .text a.more{
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    margin: 25% auto 0;
    padding: 5px 28px;
    border-radius: 5px;
}
.index-join .text  a.more:hover {
    background: #b61a86;
    border-color: #b61a86;
}

.index-news .hd {
    margin-bottom: 30px;
}
.index-news .hd .column-title.row{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index-news .hd .column-title.row h2{
    margin-top: 5px;
}
.index-news .news-cate{
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.index-news .news-cate a+a{
    margin-left: 20px;
}
.index-news .news-cate a {
    display: inline-block;
    color: #999;
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 5px;
}
.index-news .news-cate a:hover,.index-news .news-cate a.on {
    color: #fff;
    background-color: #b61a86;
    border: 1px solid #b61a86;
}
.news-list {
    padding-left: 15px;
    padding-right: 15px;
}
.news-item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item+.news-item {
    margin-top: 20px;
}
.news-item .img {
    width: 50%;
}
.news-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}
a.news-item:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.news-item .text {
    width: 50%;
    padding-left: 15px;
}
.news-item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
.news-item .text .con {
    width: 100%;
}
.news-item .text .con .title {
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient:vertical;
    /* autoprefixer: on */
    -webkit-line-clamp:2;
}
.news-item .text .con .desc {
    color: #a9a9a9;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient:vertical;
    /* autoprefixer: on */
    -webkit-line-clamp:2;
    margin: 10px 0 15px;
}
.news-item .text .con .more {
    color: #a9a9a9;
}
.news-item .text .time .day {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.index-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.column-item {
    text-align: center;
    width: 25%;
}
.column-item i {
    background: #f5f5f5 url(../../images/icon_1.png);
    background-size: 144px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
a.column-item:hover i {
    background-color: #b61a86;
}
.column-item .i-honor {
    background-position: 0 -71px;
}
.column-item .i-server {
    background-position: 0 -431px;
}
.column-item .i-contact {
    background-position: 0 -506px;
}
a.column-item:hover .i-brand {
    background-position: -73px 0;
}
a.column-item:hover .i-honor {
    background-position: -73px -71px;
}
a.column-item:hover .i-server {
    background-position: -73px -431px;
}
a.column-item:hover .i-contact {
    background-position: -73px -506px;
}
.column-item .text .title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.column-item .text .desc {
    color: #999;
    font-size: 12px;
}
.column-item .text .more {
    color: #ccc;
    font-size: 12px;
}
a.column-item:hover .text .more {
    color: #b61a86;
}


@media screen and (max-width: 1366px){
	
}